home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / Demo Software / Trapeze / Trapeze Help / Trapeze Help.rsrc / HELP_2030_if < prev    next >
Text File  |  1989-03-06  |  439b  |  6 lines

  1. if ( condition, true-value, false-value* )
  2. cell-by-cell decision
  3.  
  4. Arguments are: condition—a number block containing zeroes for false and nonzeroes for true; true-value — what will be put in result if condition is true; false-value — optional: what will be put in result if condition is false.  If false-value is omitted, false values are taken from the previously returned block.
  5.  
  6. if creates a block the same size as the condition block.